Example React Native app with offline transactions#1138
Example React Native app with offline transactions#1138kevin-dp merged 12 commits intoai/issue-1013-fixfrom
Conversation
|
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
|
Size Change: 0 B Total Size: 90.5 kB ℹ️ View Unchanged
|
|
Size Change: 0 B Total Size: 3.47 kB ℹ️ View Unchanged
|
KyleAMathews
left a comment
There was a problem hiding this comment.
Neat! Could to add a screenshot or short screencast of the app the PR body and readme?
2118cbd to
4a74163
Compare
9ed8ac0 to
7d1023a
Compare
|
@KyleAMathews i made a screencast and added it to the PR body and the readme. |
* test: assert DefaultOnlineDetector works in React Native environments (issue #1013) * OnlineDetector for RN * ci: apply automated fixes * Changeset * docs: add platform-specific usage instructions for web and React Native - Added separate installation instructions for web and React Native - Documented platform-specific OnlineDetector implementations - Clarified import path differences between platforms - Added React Native platform support details Co-authored-by: Kevin <kevin-dp@users.noreply.github.com> * Fix readme * ci: apply automated fixes * Example React Native app with offline transactions (#1138) * test: assert DefaultOnlineDetector works in React Native environments (issue #1013) * OnlineDetector for RN * ci: apply automated fixes * Changeset * Offline transactions demo app for RN * Remove .expo folder from tracking * Updated .gitignore to ignore .expo cache * Add screencast to readme * ci: apply automated fixes * Fix versioning problems * Sherif fix package versions --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Kevin <kevin-dp@users.noreply.github.com>
This PR introduces a demo app that shows how to use @tanstack/offline-transactions in a React Native / Expo app. This also serves as validation for #1137.
Screen cast of the app:
Offline-TXs-RN.mp4